home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / cheat / ark2cht.zip / RUNCHEAT.BAT < prev   
DOS Batch File  |  1989-07-25  |  1KB  |  48 lines

  1. echo off
  2. cls
  3. echo Arkanoid ][: Revenge of Doh Cheat
  4. echo .
  5. echo . Make sure 'REVOFDOH.DAT' is in your current sub-directory, then
  6. echo .
  7. pause
  8. IF '%1' == '' GOTO HELP
  9. IF %1 == r GOTO RESTORE
  10. IF %1 == c GOTO CHEAT
  11. IF %1 == d GOTO DELETE
  12. GOTO END
  13. :DELETE
  14. del runcheat.bat
  15. del ark2cht.bat
  16. del ark2res.bat
  17. cls
  18. echo All cheat batch files deleted. - Rescue Raider API
  19. GOTO END
  20. :RESTORE
  21. debug revofdoh.dat < ark2res.bat
  22. cls
  23. echo Your game is now in normal play mode. - Rescue Raider API
  24. GOTO END
  25. :CHEAT
  26. debug revofdoh.dat < ark2cht.bat
  27. cls
  28. echo You now have unlimited men! - Rescue Raider API
  29. GOTO END
  30. :HELP
  31. cls
  32. echo Type 'runcheat r' to restore game to normal
  33. echo Type 'runcheat c' to install the cheat
  34. echo Type 'runcheat d' to delete cheat batch files
  35. :END
  36. echo .
  37. echo Call these fine boards:
  38. echo .
  39. echo Solsbury Hill ][ - Home to API
  40. echo 301-428-3268, 1200 baud, 20 megs (temporary setup)
  41. echo .
  42. echo The Cemetery Gates - FiRM site #2
  43. echo 818-575-1887, 9600 baud, 100+ megs
  44. echo .
  45. echo The Roach Motel - MCM site #9
  46. echo 818-369-2083, 9600 baud, 100+ megs
  47.  
  48.